home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_CONNEDIT / TDLG_CONNEDIT.txt
Text File  |  2002-07-04  |  3KB  |  144 lines

  1. object Dlg_ConnEdit: TDlg_ConnEdit
  2.   Left = 476
  3.   Top = 359
  4.   BorderStyle = bsDialog
  5.   Caption = 'Connection'
  6.   ClientHeight = 203
  7.   ClientWidth = 335
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 68
  23.     Height = 13
  24.     Caption = '&Display Name:'
  25.     FocusControl = E_name
  26.   end
  27.   object Label2: TLabel
  28.     Left = 16
  29.     Top = 56
  30.     Width = 65
  31.     Height = 13
  32.     Caption = '&POP3 Server:'
  33.     FocusControl = E_pophost
  34.   end
  35.   object Label3: TLabel
  36.     Left = 16
  37.     Top = 104
  38.     Width = 74
  39.     Height = 13
  40.     Caption = 'POP3 &Account:'
  41.     FocusControl = E_account
  42.   end
  43.   object Label4: TLabel
  44.     Left = 168
  45.     Top = 104
  46.     Width = 49
  47.     Height = 13
  48.     Caption = 'Pass&word:'
  49.     FocusControl = E_password
  50.   end
  51.   object E_name: TEdit
  52.     Left = 16
  53.     Top = 24
  54.     Width = 201
  55.     Height = 21
  56.     TabOrder = 0
  57.   end
  58.   object E_pophost: TEdit
  59.     Left = 16
  60.     Top = 72
  61.     Width = 201
  62.     Height = 21
  63.     TabOrder = 1
  64.   end
  65.   object CB_leaveit: TCheckBox
  66.     Left = 16
  67.     Top = 152
  68.     Width = 281
  69.     Height = 17
  70.     Caption = '&Leave a copy in server'
  71.     TabOrder = 4
  72.   end
  73.   object CB_Enabled: TCheckBox
  74.     Left = 16
  75.     Top = 177
  76.     Width = 129
  77.     Height = 17
  78.     Caption = '&Enabled'
  79.     Checked = True
  80.     State = cbChecked
  81.     TabOrder = 5
  82.   end
  83.   object BtnOk: TButton
  84.     Left = 240
  85.     Top = 24
  86.     Width = 80
  87.     Height = 22
  88.     Caption = 'OK'
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 6
  92.     OnClick = BtnOkClick
  93.   end
  94.   object BtnCancel: TButton
  95.     Left = 240
  96.     Top = 48
  97.     Width = 80
  98.     Height = 22
  99.     Cancel = True
  100.     Caption = 'Cancel'
  101.     ModalResult = 2
  102.     TabOrder = 7
  103.   end
  104.   object E_account: TEdit
  105.     Left = 16
  106.     Top = 120
  107.     Width = 121
  108.     Height = 21
  109.     TabOrder = 2
  110.   end
  111.   object E_password: TEdit
  112.     Left = 168
  113.     Top = 120
  114.     Width = 121
  115.     Height = 21
  116.     PasswordChar = '*'
  117.     TabOrder = 3
  118.   end
  119.   object BtnAdv: TButton
  120.     Left = 240
  121.     Top = 72
  122.     Width = 80
  123.     Height = 22
  124.     Caption = 'Ad&vanced...'
  125.     TabOrder = 8
  126.     OnClick = BtnAdvClick
  127.   end
  128.   object chkHotmailConnection: TCheckBox
  129.     Left = 146
  130.     Top = 177
  131.     Width = 177
  132.     Height = 17
  133.     Caption = 'Auto start Foxmail-Hotmail Proxy'
  134.     TabOrder = 9
  135.   end
  136.   object Language: TLanguage
  137.     LangCenter = DM_Language.LangCenter
  138.     ResStrings.Strings = (
  139.       '0010=can not be null')
  140.     Left = 288
  141.     Top = 112
  142.   end
  143. end
  144.